home *** CD-ROM | disk | FTP | other *** search
/ Design Mapio / Design Mapio.iso / pc / browser.dxr / 00205.ls < prev    next >
Encoding:
Text File  |  1997-01-29  |  198 b   |  11 lines

  1. on mouseDown
  2.   global gformat
  3.   pushbtn()
  4.   if rollOver(clickOn()) then
  5.     set gformat to "MAC_PICT"
  6.     repeat with s = 34 to 42
  7.       set the visible of sprite s to 0
  8.     end repeat
  9.   end if
  10. end
  11.